Closed
Bug 1941494
Opened 5 months ago
Closed 5 months ago
Http3Session: Identical code for different branches
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox134 | --- | unaffected |
firefox135 | --- | unaffected |
firefox136 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: kershaw)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [CID=1639672}[necko-triaged])
Attachments
(1 file)
after bug 1935196,
https://searchfox.org/mozilla-central/rev/e46f8390a67732e08d6c04729f27631edec98aeb/netwerk/protocol/http/Http3Session.cpp#407-411
we have the same code in both branches.
if (!mLastReadTime) {
mLastReadTime = now;
} else {
mLastReadTime = now;
}
Assignee | ||
Updated•5 months ago
|
Severity: -- → S4
Priority: -- → P2
Whiteboard: [CID=1639672} → [CID=1639672}[necko-triaged]
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → kershaw
Status: NEW → ASSIGNED
Comment 2•5 months ago
|
||
Set release status flags based on info from the regressing bug 1935196
status-firefox134:
--- → unaffected
status-firefox135:
--- → unaffected
status-firefox136:
--- → affected
status-firefox-esr128:
--- → unaffected
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f0329a6a7850
Remove Http3Session:: mLastReadTime, r=necko-reviewers,valentin
Comment 4•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•